home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 for Intel / NeXTSTEP 3.2 for Intel.iso / NextApps / Preferences.app / Template / English.lproj / Template.nib / data.classes next >
Encoding:
Text File  |  1992-06-09  |  511 b   |  39 lines

  1. MyLayout = {
  2.     ACTIONS = {
  3.     button1Clicked:;
  4.     button2Clicked:;
  5.     };
  6.     OUTLETS = {
  7.     window;
  8.     button2;
  9.     button1;
  10.     };
  11.     SUPERCLASS = Layout;
  12. };
  13. Layout = {
  14.     OUTLETS = {
  15.     view;
  16.     };
  17.     SUPERCLASS = Object;
  18. };
  19. FirstResponder = {
  20.     ACTIONS = {
  21.     };
  22.     SUPERCLASS = Object;
  23. };
  24. Clock = {
  25.     ACTIONS = {
  26.     increaseSecond:;
  27.     decreaseHour:;
  28.     decreaseSecond:;
  29.     increaseDay:;
  30.     stopClock:;
  31.     increaseMinute:;
  32.     decreaseMinute:;
  33.     decreaseDay:;
  34.     startClock:;
  35.     increaseHour:;
  36.     };
  37.     SUPERCLASS = View;
  38. };
  39.